home *** CD-ROM | disk | FTP | other *** search
- gadutil.library/GU_CloseCatalog gadutil.library/GU_CloseCatalog
-
- NAME
- GU_CloseCatalog -- Close a message catalog.
-
- SYNOPSIS
- GU_CloseCatalog(catalog)
- A0
-
- VOID GU_CloseCatalog(struct Catalog *);
-
- FUNCTION
- Concludes access to a message catalog. The usage count of the
- catalog is decremented. When this count reaches 0, the catalog
- can be expunged from system memory whenever a memory panic occurs.
-
- INPUTS
- catalog - the message catalog to close. A NULL catalog is a valid
- parameter and is simply ignored.
-
- NOTES
- This function is a shortcut to the locale/CloseCatalog() function.
-
- SEE ALSO
- GU_OpenCatalog(), GU_GetLocaleStr()
-